Q3ViewerGetBackgroundColor
You can use theQ3ViewerGetBackgroundColor
function to get the background color of a viewer.
OSErr Q3ViewerGetBackgroundColor ( TQ3ViewerObject theViewer, TQ3ColorARGB *color);
theViewer
- A viewer object.
color
- On exit, the current background color.
DESCRIPTION
TheQ3ViewerGetBackgroundColor
function returns, in thecolor
parameter, the background color of the viewer specified by thetheViewer
parameter.